var vendor/golang.org/x/net/http2/hpack.staticTable

8 uses

	vendor/golang.org/x/net/http2/hpack (current package)
		encode.go#L92: 	i, nameValueMatch = staticTable.search(f)
		encode.go#L99: 		return j + uint64(staticTable.len()), nameValueMatch
		hpack.go#L193: 	return d.dynTab.table.len() + staticTable.len()
		hpack.go#L201: 	if i <= uint64(staticTable.len()) {
		hpack.go#L202: 		return staticTable.ents[i-1], true
		hpack.go#L211: 	return dt.ents[dt.len()-(int(i)-staticTable.len())], true
		static_table.go#L6: var staticTable = &headerFieldTable{
		tables.go#L121: 	if t != staticTable {